home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global bouncH, bouncV, thisLoop, dirH, dirV, ballSpeed
- cursor(200)
- set bouncH to random(600)
- set bouncV to random(400)
- set dirH to 6
- set dirV to 6
- set ballSpeed to 6
- set thisLoop to 1
- end
-
- on startMovie
- set the centerStage to 1
- set the rect of window "Hide" to rect(the stageLeft, the stageTop, the stageRight, the stageBottom)
- cursor(200)
- end
-